This repository was archived by the owner on May 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
; Elixir.iss - Elixir "Offline" Installer
2
- ; Copyright 2014 Chris Hyndman
2
+ ; Copyright (c) Chris Hyndman
3
3
;
4
4
; Licensed under the Apache License, Version 2.0 (the "License");
5
5
; you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
; ElixirWeb.iss - Elixir Web Installer
2
- ; Copyright 2014 Chris Hyndman
2
+ ; Copyright (c) Chris Hyndman
3
3
;
4
4
; Licensed under the Apache License, Version 2.0 (the "License");
5
5
; you may not use this file except in compliance with the License.
29
29
30
30
[Setup]
31
31
AppName = Elixir
32
- AppVersion = 1.02
32
+ AppVersion = 1.03
33
33
OutputBaseFilename = elixir-websetup
34
34
SolidCompression = yes
35
35
Original file line number Diff line number Diff line change 1
1
// elixir_lookup.iss - Functions for finding releases within TElixirRelease arrays and other structures
2
- // Copyright 2014 Chris Hyndman
2
+ // Copyright (c) Chris Hyndman
3
3
//
4
4
// Licensed under the Apache License, Version 2.0 (the " License" );
5
5
// you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
// elixir_release.iss - TElixirRelease and related functions
2
- // Copyright 2014 Chris Hyndman
2
+ // Copyright (c) Chris Hyndman
3
3
//
4
4
// Licensed under the Apache License, Version 2.0 (the " License" );
5
5
// you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
// erlang_data.iss - TErlangData and related functions
2
- // Copyright 2014 Chris Hyndman
2
+ // Copyright (c) Chris Hyndman
3
3
//
4
4
// Licensed under the Apache License, Version 2.0 (the " License" );
5
5
// you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
// erlang_env.iss - Functions relating to Erlang' s environment properties
2
- // Copyright 2014 Chris Hyndman
2
+ // Copyright (c) Chris Hyndman
3
3
//
4
4
// Licensed under the Apache License, Version 2.0 (the "License");
5
5
// you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
; ispp_inspect.iss - ISPP macros for scripted constants to inspect any arbitrary value
2
- ; Copyright 2014 Chris Hyndman
2
+ ; Copyright (c) Chris Hyndman
3
3
;
4
4
; Licensed under the Apache License, Version 2.0 (the "License");
5
5
; you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
// registry.iss - Friendlier interface with registry values
2
- // Copyright 2014 Chris Hyndman
2
+ // Copyright (c) Chris Hyndman
3
3
//
4
4
// Licensed under the Apache License, Version 2.0 (the " License" );
5
5
// you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
// unins_previous.iss - Functionality to check for previous Elixir installations
2
- // Copyright 2014 Chris Hyndman
2
+ // Copyright (c) Chris Hyndman
3
3
//
4
4
// Licensed under the Apache License, Version 2.0 (the " License" );
5
5
// you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
// util.iss - Useful helper functions
2
- // Copyright 2014 Chris Hyndman
2
+ // Copyright (c) Chris Hyndman
3
3
//
4
4
// Licensed under the Apache License, Version 2.0 (the " License" );
5
5
// you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments