Skip to content

Commit eacffc8

Browse files
committed
Copyright header simplification
1 parent 86591db commit eacffc8

File tree

14 files changed

+14
-27
lines changed

14 files changed

+14
-27
lines changed

LICENSE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Copyright (c) 2014-present, ZeroC, Inc.
2-
All rights reserved.
1+
Copyright (c) ZeroC, Inc. All rights reserved.
32

43
Redistribution and use in source and binary forms, with or without
54
modification, are permitted provided that the following conditions are met:

ice/gem/extconf.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# **********************************************************************
21
#
3-
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
2+
# Copyright (c) ZeroC, Inc. All rights reserved.
43
#
5-
# **********************************************************************
64

75
require "mkmf"
86
require "rbconfig"

ice/gem/ice.gemspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# **********************************************************************
21
#
3-
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
2+
# Copyright (c) ZeroC, Inc. All rights reserved.
43
#
5-
# **********************************************************************
64

75
Gem::Specification.new do |s|
86
s.name = 'zeroc-ice'

ice/pypi/setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# **********************************************************************
21
#
3-
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
2+
# Copyright (c) ZeroC, Inc. All rights reserved.
43
#
5-
# **********************************************************************
64

75
# Always prefer setuptools over distutils
86
try:

ice/rpm/glacier2router.amazon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
#
3-
# Copyright (c) 2007-present ZeroC, Inc. All rights reserved.
3+
# Copyright (c) ZeroC, Inc. All rights reserved.
44
#
55
# glacier2router This shell script takes care of starting and
66
# stopping the glacier2router daemon.

ice/rpm/glacier2router.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2007-present ZeroC, Inc. All rights reserved.
2+
# Copyright (c) ZeroC, Inc. All rights reserved.
33
#
44

55
[Unit]

ice/rpm/ice.spec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# **********************************************************************
21
#
3-
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
2+
# Copyright (c) ZeroC, Inc. All rights reserved.
43
#
5-
# **********************************************************************
64

75
#
86
# git_tag, when defined, is typically a branch, for example master

ice/rpm/icegridgui

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
#!/bin/sh
22

3-
# **********************************************************************
43
#
5-
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
4+
# Copyright (c) ZeroC, Inc. All rights reserved.
65
#
7-
# **********************************************************************
86

97
exec java -cp `build-classpath icegridgui` com.zeroc.IceGridGUI.MainProxy $@

ice/rpm/icegridnode.amazon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
#
3-
# Copyright (c) 2007-present ZeroC, Inc. All rights reserved.
3+
# Copyright (c) ZeroC, Inc. All rights reserved.
44
#
55
# icegridnode This shell script takes care of starting and
66
# stopping the icegridnode daemon.

ice/rpm/icegridnode.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2007-present ZeroC, Inc. All rights reserved.
2+
# Copyright (c) ZeroC, Inc. All rights reserved.
33
#
44

55
[Unit]

0 commit comments

Comments
 (0)