Update copyright
This commit is contained in:
parent
fb05b4f53e
commit
3221b97143
25 changed files with 28 additions and 28 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016 - 2019 Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016 - 2019 Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016 - 2019 Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016 - 2019 Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016 - 2019 Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016 - 2019 Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016 - 2019 Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016 - 2019 Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016 - 2019 Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
@ -46,7 +46,7 @@ static NSString *aboutHTMLTemplate =
|
||||||
@" scrypt-pwgen {version}"
|
@" scrypt-pwgen {version}"
|
||||||
@"</div>"
|
@"</div>"
|
||||||
@"<div id='copyright'>"
|
@"<div id='copyright'>"
|
||||||
@" Copyright © 2016, 2017, 2018, Jonathan Schleifer"
|
@" Copyright © 2016 - 2019 Jonathan Schleifer"
|
||||||
@"</div>"
|
@"</div>"
|
||||||
@"<p name='free_software'>"
|
@"<p name='free_software'>"
|
||||||
@" scrypt-pwgen is free software and the source code is available at "
|
@" scrypt-pwgen is free software and the source code is available at "
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016 - 2019 Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016 - 2019 Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016 - 2019 Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016 - 2019 Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13196" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
|
||||||
<device id="retina4_7" orientation="portrait">
|
<device id="retina4_7" orientation="portrait">
|
||||||
<adaptation id="fullscreen"/>
|
<adaptation id="fullscreen"/>
|
||||||
</device>
|
</device>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<deployment identifier="iOS"/>
|
<deployment identifier="iOS"/>
|
||||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13174"/>
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
|
||||||
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<scenes>
|
<scenes>
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
<color key="shadowColor" red="0.23921568627450979" green="0.396078431372549" blue="0.54509803921568623" alpha="1" colorSpace="calibratedRGB"/>
|
<color key="shadowColor" red="0.23921568627450979" green="0.396078431372549" blue="0.54509803921568623" alpha="1" colorSpace="calibratedRGB"/>
|
||||||
<size key="shadowOffset" width="2" height="2"/>
|
<size key="shadowOffset" width="2" height="2"/>
|
||||||
</label>
|
</label>
|
||||||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Copyright © 2016 - 2017, Jonathan Schleifer" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8gr-rl-2PJ">
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Copyright © 2016 - 2019 Jonathan Schleifer" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8gr-rl-2PJ">
|
||||||
<rect key="frame" x="0.0" y="638" width="375" height="21"/>
|
<rect key="frame" x="0.0" y="638" width="375" height="21"/>
|
||||||
<constraints>
|
<constraints>
|
||||||
<constraint firstAttribute="height" constant="21" id="n2V-4D-npg"/>
|
<constraint firstAttribute="height" constant="21" id="n2V-4D-npg"/>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016 - 2019 Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016 - 2019 Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016 - 2019 Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016 - 2019 Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016 - 2019 Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016 - 2019 Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016 - 2019 Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016 - 2019 Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016 - 2019 Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016 - 2019 Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016 - 2019 Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue